home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Netscape 6 Official Release / nim.xpi / bin / chrome / aim.jar / content / aim / SPRegisterOrgOverlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2000-09-21  |  1.1 KB  |  34 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <!DOCTYPE window SYSTEM "chrome://aim/locale/SPRegisterOrgOverlay.dtd">
  4.  
  5. <overlay id="SidebarPanelRegisterOverlay"
  6.          xmlns:html="http://www.w3.org/1999/xhtml"
  7.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  8.  
  9.   <!-- Overlay stuff needed in the Main Window -->
  10.   <script language="JavaScript" src="chrome://aim/content/AimSession.js" />
  11.  
  12.   <!-- Overlay the Register Panel (Displayed when screen name has not been set) -->
  13.   <box id="RegisterOrg" orient="vertical">
  14.     <!--  Heading for the top of the panel -->
  15.     <box class="aim-logo-box"><image class="aim-logo"/></box>
  16.  
  17.         <!-- Arrange items vertically -->
  18.     <separator/>
  19.         <html id="divRegisterMsg1">&divRegisterMsg1.label;</html>
  20.         <html id="divRegisterMsg2">&divRegisterMsg2.label;</html>
  21.  
  22.     <separator/>
  23.     
  24.     <!-- Center the submit button horizontally -->
  25.     <box>
  26.       <spring flex="1" />
  27.       <button id="btnSetupWizard"  value="&btnSubmit.value;"
  28.               oncommand="aimGlobalCmdStartupWizard();" />
  29.       <spring flex="1" />
  30.     </box>
  31.     </box>
  32.  
  33. </overlay>
  34.